projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f48c1d8
)
(inferior-lisp-prompt): Don't match more than one line.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Dec 1993 04:43:53 +0000
(
04:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Dec 1993 04:43:53 +0000
(
04:43
+0000)
lisp/progmodes/inf-lisp.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/inf-lisp.el
b/lisp/progmodes/inf-lisp.el
index 2f5b608f864bd7b86985d32395f9d859a035ac28..a05b3dcd3676bb59ce1c4092e968a7c4f8bca505 100644
(file)
--- a/
lisp/progmodes/inf-lisp.el
+++ b/
lisp/progmodes/inf-lisp.el
@@
-149,9
+149,9
@@
produces cosmetically superior output for this application,
but it works only in Common Lisp.")
;;;###autoload
-(defvar inferior-lisp-prompt "^[^> ]*>+:? *"
+(defvar inferior-lisp-prompt "^[^>
\n
]*>+:? *"
"Regexp to recognise prompts in the Inferior Lisp mode.
-Defaults to \"^[^> ]*>+:? *\", which works pretty good for Lucid, kcl,
+Defaults to \"^[^>
\\n
]*>+:? *\", which works pretty good for Lucid, kcl,
and franz. This variable is used to initialize `comint-prompt-regexp' in the
Inferior Lisp buffer.